home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 1
/
The Arsenal Files (Arsenal Computer).ISO
/
novell
/
apiasm.exe
/
APIASM.TXT
Wrap
Text File
|
1994-02-17
|
4KB
|
122 lines
NOVELL TECHNICAL INFORMATION DOCUMENT
TITLE: Client API for Assembly Documentation Update
DOCUMENT ID: TID100075
DOCUMENT REVISION: A
DATE: 04FEB94
ALERT STATUS: Yellow
INFORMATION TYPE: Issue
README FOR: NA
NOVELL PRODUCT and VERSION:
NetWare Client SDK 1.0e
ABSTRACT:
This document contains the latest corrections and updates for the
Client API for Assembly documentation.
------------------------------------------------------------------
DISCLAIMER
THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
NOVELL. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
THIS INFORMATION. HOWEVER, THE INFORMATION PROVIDED IN THIS
DOCUMENT IS FOR YOUR INFORMATION ONLY. NOVELL MAKES NO EXPLICIT
OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
------------------------------------------------------------------
ISSUE
This file contains the latest changes and additions to the
Client API for Assembly version 1.0.
NetWare Client API for Assembly Errata - Last updated
02-03-94
-----------------------------------------------------
***
Cancel LPT Capture 02-03-94
The DL register should contain 02h on entry. Ignore the
line about the DH register. This call ends a capture on the
default LPT device instead of on a specified device.
***
End LPT Capture 02-03-94
The DL register should contain 01h on entry. Ignore the
line about the DH register. This call ends a capture on the
default LPT device instead of on a specified device.
***
Flush LPT Capture 02-03-94
The DL register should contain 03h on entry. Ignore the
line about the DH register. This call closes the capture
file on the default LPT device instead of on a specified
device.
***
Flush Specific LPT Capture 02-03-94
This call is missing from the documents; however, "Flush LPT
Capture" actually has the documentation for "Flush Specific
LPT Capture."
***
Start LPT Capture 02-03-94
The DL register should contain 00h on entry. Ignore the
line about the DH register. This call starts a capture on
the default LPT device instead of on a specified device.
***
Map Directory Number to Path 02-03-94
The parameter at offset 4 of the request packet should read
as follows:
Offset Request Packet Contents Bytes Remarks
4 Directory Entry 4 Index to File
Server's directory
tables. Must be
associated with
volume number.
***
Scan Property 02-03-94
The parameter at offset 18 of the reply packet should be 4
bytes long, not 2. The following is an example of how the
end of the reply buffer should look:
Reply Packet
Offset Contents Bytes Remarks
18 Search Instance 4 Use to increment last
instance on iterative
calls.
22 Value Available Flag 1 00h = Property has no
value.
FFh = Property has a
value.
23 More Properties Flag 1 00h = Last property
FFh = More properties
to get.